/* Ipcab Sverige AB */


@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700|Raleway:300,400,600');

/* ==========================================================================
Generellt 
========================================================================== */
body {
	background-position: center center;
}

body.isMobile .body-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url('/files/background/cover.jpg');
	background-position: center center;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 60px 20px;
}

.LayoutPage .section-wrapper {
/* 	background-color: transparent; */
}

.btn {
	max-width: 170px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
   	background-color: #00a6b2;
	border:2px solid #00a6b2;
   	color: #fff;	
    border-radius: 3px;
    text-align: center;
    text-transform: none;
    font-weight:600;
/*  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); */
     -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:hover {
	background-color: transparent;
	color: #00a6b2;
	border:2px solid #00a6b2;
	text-decoration: none;
}

.cta2{
	background-color: #40a670;
	border:2px solid #40a670;
	text-decoration: none;
}

.cta2:hover{
	background-color: #00a6b2;
	color: #fff;
	border:2px solid #00a6b2;
}

/* Använd "btn btn-center" för att centrera knappen */
.btn-center {
	margin:0 auto;
	text-align: center;
	display: block;
	width:200px;
}

.width-1200 .section-block .section-block-wrapper{
	max-width: 1200px;
}
.section-block li:before{
	content: "\f105";
	color: #00a6b2;
	font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-family: 'Font Awesome 5 Pro';
}
.section-block ul{
	list-style: none;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a {
	line-height: 1.6em;
	font-size: 16px;
	color: #333;
	font-family: "Raleway", sans-serif;
	font-weight: 300; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 40px;  
	padding-bottom: 35px;
	letter-spacing: 1px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}
/* stora "ABC"-blocket */
.normaltext-type {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}


/* ==========================================================================
Header / Navigation
========================================================================== */
.container{
	max-width: 1300px;	
}


header {
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}

header .header-logo {
	width: 200px;
	padding: 5px 0;
}

nav.mainmenu {
	text-align: right;	
}

nav.mainmenu a {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #444;
	text-transform: uppercase;
	padding: 0 10px;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: #00a6b2;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #fff;
}  


/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-title-wrap .btn{
	margin: 1%;
}

.page-title-wrap {
	background-color: transparent;
	top:60%;
	left:50%;
	width:100%;
	max-width: 900px;
	text-align: center;	
}
.page-title-wrap h1 {
	font-size: 65px;
	font-weight: 700;
	color:#fff;
	padding:0;
	line-height: 1.2em;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.23);
}

#usp{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	max-width: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

/* #usp-first { font-size: 70px; } */
/* #usp-second { font-size: 65px; } */


/* ==========================================================================
Startsida
========================================================================== */
   
/* Om oss
========================================================================== */
#about {
    background: rgb(79,86,92);
    background: linear-gradient(0deg, rgb(52, 52, 52) 0%, rgba(30, 34, 37, 0.85) 100%);
}

#about h1{
	color: #00a6b2;
}

#about p{
	color: #fff;
}

/* Tjänster
========================================================================== */
#service { 
	
}

#service .section-block .col-0,
#service .section-block .col-1{
	margin: 0;
	padding: 0;
}

.img-container{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../files/welding.jpg');
	height: 550px;
}

.text-wrapper{
	position: relative;
	height: 550px;
	background: rgb(85,92,98);
    background: radial-gradient(circle, rgb(80, 85, 90) 0%, rgb(44, 44, 44) 100%);
}

.text-content{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: auto;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    
}

.text-content h2,
.text-content p{
	color: #fff;
}


/* Text
========================================================================== */
#text-section h3{
	color: #00a6b2;
}



/* Kontakt
========================================================================== */
#contact {	
	background: linear-gradient(234deg, rgb(71, 165, 112) 0%, rgba(0,137,147,0.9) 100%);
}

.LayoutPage #contact .Contact .ContactForm input.text, 
.LayoutPage #contact .Contact .ContactForm textarea.textmessage {
    border-radius: 3px;
}

#contact .Contact .ContactForm input.ContactSubmit, #contact .Contact .ContactForm input.ContactSubmit:hover {
    border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
}

/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */
.SubPage .top-section {
/* 	height: 33%; */
}


body.SubPage,
body.SubPage.isMobile .body-background {
/*
	background: #009097 url('/files/topsection-bild.jpg') no-repeat center top;
	background-size: cover;
*/
}

/* Namn på undersida - specifikt för enskild undersida
========================================================================== */




/* ==========================================================================
Footer
========================================================================== */
.footer {
	background: #252525;
}

.footer h5 {
	 text-align: center;
	 margin-bottom: 10px;
	 color: #fff; 
	 font-size: 35px;
	 font-weight: 600;
}
.footer p,
.footer a {
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
	color: #f6f6f6;
	text-transform: unset;
}

.footer .container .fab {
	font-size:30px; 
	padding:5px;
	margin-top: 15px;
	text-decoration: none;
}
.footer .container .fab:hover {
	color: #00a6b2;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	justify-content: center;
	margin: auto;
}

.webbess-stamp img {
    width: 2rem;
    margin-left: 1rem;
    filter: invert();
}

/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1440px) {
	
	.page-title-wrap {
	    top: 60%;
	}

	.text-content {
    	width: 75%;
    }
}

@media only screen and (max-width: 1024px) { 
	.width-1200 .section-block-wrapper{
		max-width: 980px;
	}
	
	header .header-logo {
	    width: 218px;
	    padding: 5px 10px;
	}
}

@media only screen and (max-width: 980px) {
	/* Hamburgarmeny – Den är default svart, men för att ändra färg eller ikon använd koden nedan.*/
	.openmenu {
/*
		background: transparent url('/assets/images/white-menu.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
*/
	}
	
	.closemenu {
    	background-image: url('/files/closemenu-white.png');
    	display: none;
	    background-repeat: no-repeat;
	    background-size: 24px auto;
	    background-position: 0px 0px;
	    width: 24px;
	    height: 27px;
	    cursor: pointer;
	    position: absolute;
	    right: 45px;
	    top: 22px;
	}
	
	nav.mainmenu {
	 	text-align: right;
	 	background-color: rgba(30, 34, 37, 0.9);
	}
	
	nav.mainmenu .Padding {
		border-top:none !important;
	}
	
	nav.mainmenu li a {
		font-size:20px;
		border-bottom: none;
		margin:20px 0px;
		color:#fff !important;
		padding-left: 40px;
		margin-right: 40px;
	}
	
	nav.mainmenu li:hover, nav.mainmenu li.active {
    	background-color: transparent;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.page-title-wrap {
	    left: 50%;
	}
	
	.page-title-wrap h1 {
    	font-size: 52px;
    }
	
	#service .section-block .col-0,
	#service .section-block .col-1{
		width: 100%;
	}
	
	.img-container {
	    height: 300px;
	}
	
	.text-content {
	    width: 85%;
	}
	
	.text-wrapper {
	    height: 420px;
	}

}

@media only screen and (max-width: 480px) {
	
	.page-title-wrap {
    	top: 60%;
    }
	
	.page-title-wrap h1 {
    	font-size: 24px;
    	margin-bottom: 20px;
    }
    .page-title-wrap .btn {
	    margin-bottom: 2%;
	    display: block;
	    max-width: 100%;
	}
	
	.text-wrapper {
	    height: 610px;
	}
	
	#text-section h3{
		font-size: 27px;
	}
	
}